-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: Fix build on newer versions of rust #959
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Upgraded all dependencies using cargo-edit upgrade to solve previous errors in compilation
This commit added should_panic to tests which indicated by their context that they should panic given that they have the panic message in the comments. The only issue is not all of them panic but that should be solved in a separate fork
This changes appveyor configuration to use the nightly rustc compiler in order to use the recent stable-to-stable regression to compile
Temporarily removed stable as a rust option for github actions. This should be reverted when 1.74 is made the rustc stable version and is only due to the ICE error being presently resolved in nightly. This leads to some clear instability with nightly features, but it's currently the only option
Removed the stable requirement from .travis.yml for the rustc compiler
Updated nightly version in .travis.yml and fixed errors in previous commit regarding using solely the nightly version of rustc
Updated sccache install script to use version v0.5.4
Clear tmp file recursively to prevent cargo artifacts from interfering
These services are no longer used. Github actions work better for everything now.
Seems to cause CI errors due to mozilla/sccache#1674
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pulls in #958 and fixes the bitrot on CI. sccache seems to be bugged (mozilla/sccache#1674) so I removed it, I think the normal rust cache action should be good enough now. Travis and bors aren't used and/or doesn't work anymore so I removed all mentions of them as well.
cc @rowanfr